home *** CD-ROM | disk | FTP | other *** search
/ DS-CD ROM 2 1993 August / DS CD-ROM 2.Ausgabe (August 1993).iso / programm / ds0248 / svga256.h < prev    next >
Text File  |  1991-11-16  |  899b  |  31 lines

  1. /************************************************/
  2. /*                         */
  3. /*       SuperVGA 256 BGI driver defines    */
  4. /*        Copyright (c) 1991        */
  5. /*        Jordan Hargraphix Software        */
  6. /*                        */
  7. /************************************************/
  8.  
  9. #ifndef _DAC256_
  10. #define _DAC256_
  11. typedef unsigned char DacPalette256[256][3];
  12. #endif
  13.  
  14. extern int far _Cdecl Svga256_fdriver[];
  15.  
  16. /* These are the currently supported modes */
  17. #ifndef SVGA320x200x256
  18. #define    SVGA320x200x256        0    /* 320x200x256 Standard VGA */
  19. #define    SVGA640x400x256        1    /* 640x400x256 Svga/VESA */
  20. #define    SVGA640x480x256        2    /* 640x480x256 Svga/VESA */
  21. #define    SVGA800x600x256        3    /* 800x600x256 Svga/VESA */
  22. #define SVGA1024x768x256    4    /* 1024x768x256 Svga/VESA */
  23. #endif
  24.  
  25. #ifndef XNOR_PUT
  26. #define    XNOR_PUT    5
  27. #define NOR_PUT        6
  28. #define NAND_PUT    7
  29. #define TRANS_COPY_PUT    8    /* Doesn't work with 16-color drivers */
  30. #endif
  31.